{ "version": 4, "terraform_version": "1.8.0", "serial": 166, "lineage": "1af9ad02-dfc5-e0c3-96c7-b75e3262e22b", "outputs": { "db_endpoint": { "value": "db-4.us-east-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-5ea91dabf287fd929", "ami": "ami-8e9e01d6", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-653741e4"], "subnet_id": "subnet-ddd39a28", "key_name": "prod-deploy-key" } } ] } ] }