{ "version": 4, "terraform_version": "1.7.6", "serial": 543, "lineage": "fab1b5ce-5646-2433-fb3f-324cb27004b5", "outputs": { "db_endpoint": { "value": "db-2.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-fd066fc5f39d0b9dd", "ami": "ami-215be885", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-70a64d80"], "subnet_id": "subnet-71fb19fd", "key_name": "prod-deploy-key" } } ] } ] }