{ "version": 4, "terraform_version": "1.6.8", "serial": 585, "lineage": "a945229e-e40a-fdbf-13ef-753e3785daa7", "outputs": { "db_endpoint": { "value": "db-0.us-east-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-e52543bc4109fe87f", "ami": "ami-1d44476f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-34773840"], "subnet_id": "subnet-556a074f", "key_name": "prod-deploy-key" } } ] } ] }