{ "version": 4, "terraform_version": "1.5.0", "serial": 463, "lineage": "8694d057-75d6-9252-bce2-567af1291b4d", "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-7017f61c1bbbe1746", "ami": "ami-efc06d24", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-5b3d8445"], "subnet_id": "subnet-9871d88c", "key_name": "prod-deploy-key" } } ] } ] }