{ "version": 4, "terraform_version": "1.5.2", "serial": 145, "lineage": "1e6de8b4-0c9c-6339-2693-01b659ba315d", "outputs": { "db_endpoint": { "value": "db-1.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-bf511d9eaf6aa7364", "ami": "ami-f6cb6591", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-39a4908b"], "subnet_id": "subnet-2e029577", "key_name": "prod-deploy-key" } } ] } ] }