{ "version": 4, "terraform_version": "1.6.3", "serial": 155, "lineage": "b2b50048-4ed8-1ca4-dc28-52a87f3ea533", "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-ddc2871c5362ea5f9", "ami": "ami-3deda128", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-64f33b02"], "subnet_id": "subnet-3d4da96e", "key_name": "prod-deploy-key" } } ] } ] }