{ "version": 4, "terraform_version": "1.7.4", "serial": 593, "lineage": "6d51b3f7-b011-8ace-237b-10db243e9f3a", "outputs": { "db_endpoint": { "value": "db-1.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-ae6bed144e1e178f3", "ami": "ami-3a80ab5d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1bed6b9a"], "subnet_id": "subnet-ef5bc960", "key_name": "prod-deploy-key" } } ] } ] }