{ "version": 4, "terraform_version": "1.6.6", "serial": 545, "lineage": "a369917f-3646-3e99-2b02-3fe098ea694e", "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-f8a085df870cbd763", "ami": "ami-4acbd937", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-01e3d61a"], "subnet_id": "subnet-5d9ef7ad", "key_name": "prod-deploy-key" } } ] } ] }