{ "version": 4, "terraform_version": "1.6.1", "serial": 543, "lineage": "c0b178cb-0b1c-b63e-3a5a-28375b86e3da", "outputs": { "db_endpoint": { "value": "db-2.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-684ff3ed6a26abe78", "ami": "ami-5d1c4b46", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-dd2e6a15"], "subnet_id": "subnet-0b588c9e", "key_name": "prod-deploy-key" } } ] } ] }