{ "version": 4, "terraform_version": "1.8.8", "serial": 266, "lineage": "5d5c1ae6-8b59-5f44-f41e-0dbc69bcff14", "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-83bb115792034bfbe", "ami": "ami-0bcf18a0", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-353441ff"], "subnet_id": "subnet-9faa1833", "key_name": "prod-deploy-key" } } ] } ] }