{ "version": 4, "terraform_version": "1.5.6", "serial": 342, "lineage": "f7934ea4-3e61-6f3b-9f41-5b845fc437f7", "outputs": { "db_endpoint": { "value": "db-4.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-b138bb0e205181e70", "ami": "ami-b4a0b4b4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-bb2a5d81"], "subnet_id": "subnet-0e101d34", "key_name": "prod-deploy-key" } } ] } ] }