{ "version": 4, "terraform_version": "1.8.7", "serial": 550, "lineage": "6dcd0c08-3c15-dfe9-92d9-12b128d45e02", "outputs": { "db_endpoint": { "value": "db-3.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-f01006fdc6702de73", "ami": "ami-7eb62caa", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-946bf4c6"], "subnet_id": "subnet-9ca6df4d", "key_name": "prod-deploy-key" } } ] } ] }