{ "version": 4, "terraform_version": "1.6.8", "serial": 349, "lineage": "bf165f4c-c43c-64a0-c021-da2964b32c28", "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-d74715a3975535b18", "ami": "ami-34564ea5", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-41979123"], "subnet_id": "subnet-975ed242", "key_name": "prod-deploy-key" } } ] } ] }