{ "version": 4, "terraform_version": "1.6.2", "serial": 308, "lineage": "876d5aa2-933b-cec4-5f49-f7deabbbdd97", "outputs": { "db_endpoint": { "value": "db-4.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-a565872922c45706a", "ami": "ami-0b435266", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-92b62208"], "subnet_id": "subnet-e3a3df53", "key_name": "prod-deploy-key" } } ] } ] }