{ "version": 4, "terraform_version": "1.5.3", "serial": 325, "lineage": "f0785a91-6723-4807-073c-ce594234bf68", "outputs": { "db_endpoint": { "value": "db-0.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-6e75f18f24b03f0ec", "ami": "ami-b1f3dc96", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-26e84d8e"], "subnet_id": "subnet-cc64332b", "key_name": "prod-deploy-key" } } ] } ] }