{ "version": 4, "terraform_version": "1.5.0", "serial": 138, "lineage": "a6616712-1412-49c8-b3cc-f0e71bf7d78f", "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-ac102e092e313e76b", "ami": "ami-fa81cf57", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-eb2f2d3d"], "subnet_id": "subnet-e7ace1ce", "key_name": "prod-deploy-key" } } ] } ] }