{ "version": 4, "terraform_version": "1.8.6", "serial": 378, "lineage": "bfa76862-ccf7-45ea-145b-e282edcbb6be", "outputs": { "db_endpoint": { "value": "db-0.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-4778713eb1335dee9", "ami": "ami-715ed582", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-dc00882f"], "subnet_id": "subnet-7c1cb52d", "key_name": "prod-deploy-key" } } ] } ] }