{ "version": 4, "terraform_version": "1.7.6", "serial": 341, "lineage": "041954b2-29c9-c074-5aa3-68f8a5cf6d02", "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-685065d99c9fe166f", "ami": "ami-03886aa8", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2330d26d"], "subnet_id": "subnet-aade9ad9", "key_name": "prod-deploy-key" } } ] } ] }