{ "version": 4, "terraform_version": "1.8.2", "serial": 362, "lineage": "f15b5b41-fda7-9739-34e4-bf07eccf7e30", "outputs": { "db_endpoint": { "value": "db-0.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-88e33ee4cbae6342c", "ami": "ami-1824f24e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-da501788"], "subnet_id": "subnet-bfeafdc7", "key_name": "prod-deploy-key" } } ] } ] }