{ "version": 4, "terraform_version": "1.7.9", "serial": 320, "lineage": "904182e9-3d66-a95d-2c0e-998baf576d1b", "outputs": { "db_endpoint": { "value": "db-0.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-57e27816781bbfe49", "ami": "ami-1324a225", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2a2c398c"], "subnet_id": "subnet-6264a40e", "key_name": "prod-deploy-key" } } ] } ] }