{ "version": 4, "terraform_version": "1.6.0", "serial": 190, "lineage": "4b163ca4-da1a-08d5-d79c-9c69666b4029", "outputs": { "db_endpoint": { "value": "db-1.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-8e0904b5e2beb56b9", "ami": "ami-262447fa", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-adf919c1"], "subnet_id": "subnet-6379dc77", "key_name": "prod-deploy-key" } } ] } ] }