{ "version": 4, "terraform_version": "1.6.2", "serial": 244, "lineage": "57fcdee3-0822-645e-e58d-6ed382ea04ac", "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-15f1c680d0da95112", "ami": "ami-62c8cb88", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-e85c9c5b"], "subnet_id": "subnet-e2b5cf22", "key_name": "prod-deploy-key" } } ] } ] }