{ "version": 4, "terraform_version": "1.6.0", "serial": 217, "lineage": "267dc0fe-4432-7943-c7e0-07f10e883f24", "outputs": { "db_endpoint": { "value": "db-4.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-4d868ec2248a88d79", "ami": "ami-4687ec62", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b8b792b0"], "subnet_id": "subnet-29510ad5", "key_name": "prod-deploy-key" } } ] } ] }