{ "version": 4, "terraform_version": "1.5.0", "serial": 216, "lineage": "d5e6f2a4-89d8-6aa1-0c8c-a75027b8eb20", "outputs": { "db_endpoint": { "value": "db-2.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-59d7a296c92357723", "ami": "ami-c9aa3d45", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-cb8bbfa9"], "subnet_id": "subnet-46d6102d", "key_name": "prod-deploy-key" } } ] } ] }