{ "version": 4, "terraform_version": "1.5.8", "serial": 320, "lineage": "1513bfd6-0077-9478-f903-1f1a180a237b", "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-e210e1e2398c2a256", "ami": "ami-3af0cce9", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-268bfcc0"], "subnet_id": "subnet-89ca28dc", "key_name": "prod-deploy-key" } } ] } ] }