{ "version": 4, "terraform_version": "1.8.7", "serial": 203, "lineage": "cb6d0e99-1b48-9b06-83a6-f9d8041252e1", "outputs": { "db_endpoint": { "value": "db-3.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-8292492f79347109f", "ami": "ami-d5e270be", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-702b1c30"], "subnet_id": "subnet-6119acc9", "key_name": "prod-deploy-key" } } ] } ] }