{ "version": 4, "terraform_version": "1.5.4", "serial": 549, "lineage": "89d96ec8-b063-260c-810f-2f1d01f8ad20", "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-f2dc89d7574f8954c", "ami": "ami-0d61ed4d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-61fb3ada"], "subnet_id": "subnet-d4ba43bf", "key_name": "prod-deploy-key" } } ] } ] }