{ "version": 4, "terraform_version": "1.7.9", "serial": 358, "lineage": "dcd4a8f7-a5fd-a69c-7bcb-df3af37284c7", "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-1f8d842b040c6b2c7", "ami": "ami-2533ad5d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-257d0056"], "subnet_id": "subnet-685f3ec2", "key_name": "prod-deploy-key" } } ] } ] }