{ "version": 4, "terraform_version": "1.5.9", "serial": 434, "lineage": "87b2b4b7-848a-0f1c-0bb0-93cd6c7aa94a", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-946cd84004e70e90c", "ami": "ami-768d0cb6", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-093e67d5"], "subnet_id": "subnet-f90f96d9", "key_name": "prod-deploy-key" } } ] } ] }