{ "version": 4, "terraform_version": "1.6.9", "serial": 106, "lineage": "bf4ca22a-b8f2-3a17-42da-dbb1160cdbba", "outputs": { "db_endpoint": { "value": "db-4.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-49e4d89c7ae3c28aa", "ami": "ami-3adc8741", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0a898fe8"], "subnet_id": "subnet-61ea887e", "key_name": "prod-deploy-key" } } ] } ] }