{ "version": 4, "terraform_version": "1.6.8", "serial": 488, "lineage": "f5f81781-c0b2-8b88-5167-d38b59c11017", "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-3c6aacfe634ae0819", "ami": "ami-6815e039", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-777cc203"], "subnet_id": "subnet-c4f92ca9", "key_name": "prod-deploy-key" } } ] } ] }