{ "version": 4, "terraform_version": "1.6.0", "serial": 597, "lineage": "afbff86f-b878-bfff-e31f-d1925336b946", "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-3bda387d35e536f4e", "ami": "ami-e5c8e9ee", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-7050be07"], "subnet_id": "subnet-3c08ccea", "key_name": "prod-deploy-key" } } ] } ] }