{ "version": 4, "terraform_version": "1.7.8", "serial": 439, "lineage": "6df5bffc-0807-7953-04d4-071260a518ef", "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-80a4869e7d9d9ce6a", "ami": "ami-bd827d94", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ab622fd8"], "subnet_id": "subnet-f5ab762f", "key_name": "prod-deploy-key" } } ] } ] }