{ "version": 4, "terraform_version": "1.6.5", "serial": 330, "lineage": "4706dd29-4226-d031-8d92-abb1b7d0a37e", "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-76c94b8a6df0a170b", "ami": "ami-1990dcff", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3cccd6e1"], "subnet_id": "subnet-799cee21", "key_name": "prod-deploy-key" } } ] } ] }