{ "version": 4, "terraform_version": "1.6.0", "serial": 272, "lineage": "0686c588-d0da-c5ef-93f8-f083a8b2ad3d", "outputs": { "db_endpoint": { "value": "db-0.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-f92c76bdf0be90a20", "ami": "ami-2f29346b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-478bfa03"], "subnet_id": "subnet-518bf734", "key_name": "prod-deploy-key" } } ] } ] }