{ "version": 4, "terraform_version": "1.6.6", "serial": 461, "lineage": "b0797e0e-b400-061b-43b3-a691d0d55ac8", "outputs": { "db_endpoint": { "value": "db-1.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-a45833937fb72518d", "ami": "ami-d7418d83", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e703ce4c"], "subnet_id": "subnet-82001ec6", "key_name": "prod-deploy-key" } } ] } ] }