{ "version": 4, "terraform_version": "1.7.1", "serial": 310, "lineage": "34c2d165-547d-e376-dc54-cf7d411b136b", "outputs": { "db_endpoint": { "value": "db-3.eu-west-1.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-1f7bc4e2b4b79c7c2", "ami": "ami-b66398a0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-03c4f9c2"], "subnet_id": "subnet-6dd2af6d", "key_name": "prod-deploy-key" } } ] } ] }