{ "version": 4, "terraform_version": "1.6.8", "serial": 561, "lineage": "356f15b1-e019-362b-7c3f-6613899bb3d6", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-e61a5c8bfe5454c63", "ami": "ami-ba79910d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-461be964"], "subnet_id": "subnet-f66c1af1", "key_name": "prod-deploy-key" } } ] } ] }