{ "version": 4, "terraform_version": "1.5.8", "serial": 494, "lineage": "3744079b-853c-5215-9316-d7e30b24ce6c", "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-07512d319efe82a3d", "ami": "ami-d0d89791", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-882ebfc5"], "subnet_id": "subnet-503e8656", "key_name": "prod-deploy-key" } } ] } ] }