{ "version": 4, "terraform_version": "1.7.0", "serial": 525, "lineage": "8f6c9f66-62f6-a5cb-2a93-b461d29fbdbe", "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-c27d462b3df82ccc9", "ami": "ami-364db017", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-89591d68"], "subnet_id": "subnet-ce2907a4", "key_name": "prod-deploy-key" } } ] } ] }