{ "version": 4, "terraform_version": "1.6.1", "serial": 276, "lineage": "a9db86d5-cd0d-a8e5-e300-3a2ad8445234", "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-4d5aeec69988e9fa7", "ami": "ami-a0bb10e5", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-e80acebb"], "subnet_id": "subnet-8894f488", "key_name": "prod-deploy-key" } } ] } ] }