{ "version": 4, "terraform_version": "1.5.8", "serial": 242, "lineage": "838a5585-2da9-708f-e9d3-2c25632585e3", "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-9987077611d7e7fc1", "ami": "ami-cc16a5f5", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-e4f9371b"], "subnet_id": "subnet-a61c5ccd", "key_name": "prod-deploy-key" } } ] } ] }