{ "version": 4, "terraform_version": "1.5.0", "serial": 346, "lineage": "356bfd3c-cd4e-f30a-cc60-cc5c90ce6649", "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-ddeaadc237161c63a", "ami": "ami-a5ffa2c1", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-eeea2357"], "subnet_id": "subnet-8d5635f1", "key_name": "prod-deploy-key" } } ] } ] }