{ "version": 4, "terraform_version": "1.8.6", "serial": 523, "lineage": "2ef88060-bab2-35d6-aa1f-2c96a18fcf9a", "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-a1ea7a4750b66fe72", "ami": "ami-8836981e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c3cbd1a9"], "subnet_id": "subnet-9d95f925", "key_name": "prod-deploy-key" } } ] } ] }