{ "version": 4, "terraform_version": "1.6.7", "serial": 515, "lineage": "c1775bc1-bc1b-adbe-5c31-a3db30f981c3", "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-bbff6ec71cad0b17d", "ami": "ami-7fe57535", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0fedee96"], "subnet_id": "subnet-09714ce3", "key_name": "prod-deploy-key" } } ] } ] }