{ "version": 4, "terraform_version": "1.6.9", "serial": 491, "lineage": "6a18cb90-917e-e293-2ea5-e5ec6c752d11", "outputs": { "db_endpoint": { "value": "db-1.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-ca26e589f0885920b", "ami": "ami-d7db101d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6c8755f2"], "subnet_id": "subnet-4ee16c9c", "key_name": "prod-deploy-key" } } ] } ] }