{ "version": 4, "terraform_version": "1.8.0", "serial": 471, "lineage": "5c22f2c4-1e63-c53e-bc56-86f441d3769b", "outputs": { "db_endpoint": { "value": "db-3.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-a02fc3c7979353990", "ami": "ami-0ab8bb13", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d28096a8"], "subnet_id": "subnet-a260adcf", "key_name": "prod-deploy-key" } } ] } ] }