{ "version": 4, "terraform_version": "1.8.7", "serial": 212, "lineage": "99bb929b-9161-697d-5008-f42f263f540e", "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-24120e4c995d80500", "ami": "ami-cff66fbd", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d23fc74b"], "subnet_id": "subnet-1afb4dc4", "key_name": "prod-deploy-key" } } ] } ] }