{ "version": 4, "terraform_version": "1.8.7", "serial": 260, "lineage": "ffc7fb55-d69d-67e8-5893-7348aa5e9d15", "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-fe0efd04c84697aea", "ami": "ami-61df1c53", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-971b5b76"], "subnet_id": "subnet-032db8d0", "key_name": "prod-deploy-key" } } ] } ] }