{ "version": 4, "terraform_version": "1.8.4", "serial": 304, "lineage": "e6d9f1c5-6e02-5ad3-5bbe-8e9fc4ccbf65", "outputs": { "db_endpoint": { "value": "db-3.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-f1af6841a6323d0c4", "ami": "ami-78aaf5f0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3f074d6e"], "subnet_id": "subnet-1fd7a995", "key_name": "prod-deploy-key" } } ] } ] }