{ "version": 4, "terraform_version": "1.5.7", "serial": 116, "lineage": "0a385c0c-ee2d-a2c0-a19e-e681b67a2ac8", "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-77cf08af8486d0d29", "ami": "ami-ea9fb8d2", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7d81b634"], "subnet_id": "subnet-45a79c10", "key_name": "prod-deploy-key" } } ] } ] }