{ "version": 4, "terraform_version": "1.8.1", "serial": 198, "lineage": "5648a4e4-561a-e437-cec9-6dcaa0cc018b", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-afefc0b9250ad3405", "ami": "ami-a8eaf126", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-429f9a59"], "subnet_id": "subnet-772c9004", "key_name": "prod-deploy-key" } } ] } ] }