{ "version": 4, "terraform_version": "1.5.6", "serial": 174, "lineage": "121ed8c8-c77c-406c-8c32-4dfd2374b004", "outputs": { "db_endpoint": { "value": "db-4.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-7afe9d869fb0dbdf3", "ami": "ami-fd4bf902", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-53fa686b"], "subnet_id": "subnet-f22ca0e9", "key_name": "prod-deploy-key" } } ] } ] }