{ "version": 4, "terraform_version": "1.5.7", "serial": 174, "lineage": "228b616c-7e62-8a86-9535-bfd3926d8408", "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-d0a76d9c6592e7cf6", "ami": "ami-9bf26f70", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1e9811ea"], "subnet_id": "subnet-c3545405", "key_name": "prod-deploy-key" } } ] } ] }