{ "version": 4, "terraform_version": "1.7.1", "serial": 541, "lineage": "2f48ccf2-0d4f-bcf8-3965-d0c12cef1354", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-17d7201935b2d0f75", "ami": "ami-bc3114f5", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-72a90af8"], "subnet_id": "subnet-8037fcfa", "key_name": "prod-deploy-key" } } ] } ] }