{ "version": 4, "terraform_version": "1.8.0", "serial": 491, "lineage": "c0a2e71c-1d98-b474-1fa3-d26bde634de6", "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-2217979e6ef6fafaf", "ami": "ami-15c7213b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-956a288f"], "subnet_id": "subnet-1fd74970", "key_name": "prod-deploy-key" } } ] } ] }