{ "version": 4, "terraform_version": "1.7.3", "serial": 155, "lineage": "d934ea1f-281f-57de-bd35-eb647b19608b", "outputs": { "db_endpoint": { "value": "db-2.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-ea1793cfca4fe18f8", "ami": "ami-3817c762", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-22a4ecf6"], "subnet_id": "subnet-1b5efa90", "key_name": "prod-deploy-key" } } ] } ] }