{ "version": 4, "terraform_version": "1.7.7", "serial": 466, "lineage": "b6a25fe2-b5d2-93c1-3de1-7c2c887c9c65", "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-d14ce333f438b9c49", "ami": "ami-32a5ff95", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7a3988e6"], "subnet_id": "subnet-5e8a471e", "key_name": "prod-deploy-key" } } ] } ] }