{ "version": 4, "terraform_version": "1.8.0", "serial": 241, "lineage": "6eef8dfd-631c-7349-d144-b433881c2430", "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-9a9822417611b2548", "ami": "ami-abbf8e17", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a5bfd79e"], "subnet_id": "subnet-b92d94c6", "key_name": "prod-deploy-key" } } ] } ] }