{ "version": 4, "terraform_version": "1.6.1", "serial": 219, "lineage": "f7f9c88b-2b57-3d0b-997c-3cf515cf122b", "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-e6b5e3f23cef626e7", "ami": "ami-9761ca79", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-5753dcf9"], "subnet_id": "subnet-acda8793", "key_name": "prod-deploy-key" } } ] } ] }