{ "version": 4, "terraform_version": "1.5.6", "serial": 223, "lineage": "b7cfc931-cca9-5f4e-edb2-353146f3075b", "outputs": { "db_endpoint": { "value": "db-3.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-fd08a1213097e6299", "ami": "ami-801bffc8", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1dab9c60"], "subnet_id": "subnet-376cb397", "key_name": "prod-deploy-key" } } ] } ] }