{ "version": 4, "terraform_version": "1.5.9", "serial": 574, "lineage": "552b8f8b-ef0f-e9d2-7c76-f66b2d1ef22c", "outputs": { "db_endpoint": { "value": "db-2.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-d30c3dfcab0ee7eda", "ami": "ami-ce17726e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4ca973a6"], "subnet_id": "subnet-f9158c57", "key_name": "prod-deploy-key" } } ] } ] }