{ "version": 4, "terraform_version": "1.7.0", "serial": 320, "lineage": "eb7e5b33-7a72-4263-dd7a-870478b88847", "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-ae6e686ef8ae7a383", "ami": "ami-4178a7f8", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-98ccf75f"], "subnet_id": "subnet-d87667fd", "key_name": "prod-deploy-key" } } ] } ] }