{ "version": 4, "terraform_version": "1.6.0", "serial": 312, "lineage": "d8230b63-c4d5-5b40-351d-ab40ed49ef7f", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-65c83c544ce0fb02b", "ami": "ami-1ec94f41", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b2f5cd45"], "subnet_id": "subnet-100bd3df", "key_name": "prod-deploy-key" } } ] } ] }